home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Kurzor toy / Zdroják / Unit1.dfm < prev    next >
Text File  |  2005-02-06  |  2KB  |  127 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 440
  5.   Height = 193
  6.   Caption = 'Kursor toy'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 320
  19.     Top = 144
  20.     Width = 104
  21.     Height = 13
  22.     Caption = 'made by Jaksoft 2005'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 208
  26.     Top = 48
  27.     Width = 65
  28.     Height = 13
  29.     Caption = '= klßvesa "k"'
  30.   end
  31.   object ListBox1: TListBox
  32.     Left = 0
  33.     Top = 8
  34.     Width = 121
  35.     Height = 97
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object Button1: TButton
  40.     Left = 128
  41.     Top = 8
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Jdi'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 128
  50.     Top = 40
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Zastav jd∞nφ'
  54.     Enabled = False
  55.     TabOrder = 2
  56.     OnClick = Button2Click
  57.   end
  58.   object Button3: TButton
  59.     Left = 304
  60.     Top = 8
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Pus¥ to'
  64.     Enabled = False
  65.     TabOrder = 3
  66.     OnClick = Button3Click
  67.   end
  68.   object Button4: TButton
  69.     Left = 304
  70.     Top = 40
  71.     Width = 73
  72.     Height = 25
  73.     Caption = 'Zastav pus¥ to'
  74.     Enabled = False
  75.     TabOrder = 4
  76.     OnClick = Button4Click
  77.   end
  78.   object BitBtn1: TBitBtn
  79.     Left = 8
  80.     Top = 136
  81.     Width = 57
  82.     Height = 25
  83.     TabOrder = 5
  84.     OnClick = BitBtn1Click
  85.     Kind = bkHelp
  86.   end
  87.   object CheckBox1: TCheckBox
  88.     Left = 136
  89.     Top = 120
  90.     Width = 121
  91.     Height = 17
  92.     Caption = 'Schovat po pus¥ to'
  93.     TabOrder = 6
  94.   end
  95.   object CheckBox2: TCheckBox
  96.     Left = 136
  97.     Top = 144
  98.     Width = 97
  99.     Height = 17
  100.     Caption = 'PouÜt∞t dokola'
  101.     TabOrder = 7
  102.   end
  103.   object Button5: TButton
  104.     Left = 16
  105.     Top = 104
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'Smazat'
  109.     TabOrder = 8
  110.     OnClick = Button5Click
  111.   end
  112.   object cas: TTimer
  113.     Enabled = False
  114.     Interval = 1
  115.     OnTimer = casTimer
  116.     Left = 216
  117.     Top = 88
  118.   end
  119.   object promitac: TTimer
  120.     Enabled = False
  121.     Interval = 1
  122.     OnTimer = promitacTimer
  123.     Left = 248
  124.     Top = 88
  125.   end
  126. end
  127.